- GEANY_PLUGIN_REGISTER
gboolean GEANY_PLUGIN_REGISTER(GeanyPlugin* plugin, gint min_api_version)
Undocumented in source. Be warned that the author may not have intended to support it.
- GEANY_PLUGIN_REGISTER_FULL
gboolean GEANY_PLUGIN_REGISTER_FULL(GeanyPlugin* plugin, gint min_api_version, gpointer pdata, GDestroyNotify free_func)
Undocumented in source. Be warned that the author may not have intended to support it.
- g_module_check_init
const(gchar)* g_module_check_init(GModule* modul)
Undocumented in source. Be warned that the author may not have intended to support it.
- g_module_unload
void g_module_unload(GModule* modul)
Undocumented in source. Be warned that the author may not have intended to support it.
- geany_load_module
void geany_load_module(GeanyPlugin* plugin)
It is need to implement it in the plugin code
- geany_plugin_register
gboolean geany_plugin_register(GeanyPlugin* plugin, gint api_version, gint min_api_version, gint abi_version)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- geany_plugin_register_full
gboolean geany_plugin_register_full(GeanyPlugin* plugin, gint api_version, gint min_api_version, gint abi_version, gpointer data, GDestroyNotify free_func)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.